home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / hfake / Makefile next >
Makefile  |  1989-06-27  |  249b  |  16 lines

  1. I = ../include
  2.  
  3. # beware -- build knows about NEEDED
  4. NEEDED =  ../include/stdlib.h ../include/string.h
  5.  
  6. all:    $(NEEDED)
  7.  
  8. $(I)/stdlib.h:    stdlib.h
  9.     cp stdlib.h $@
  10. $(I)/string.h:    string.h
  11.     cp string.h $@
  12. $(I)/sys/timeb.h:    timeb.h
  13.     cp timeb.h $@
  14.  
  15. clean:
  16.